home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2532 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: naked virgin basic help needed for newbie
  5. Date: 21 Jan 1996 22:40 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <21JAN199622401765@erich.triumf.ca>
  9. References: <4dtvu4$da0@dub-news-svc-1.compuserve.com>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. Keywords: borland c++ compiler
  12. News-Software: VAX/VMS VNEWS 1.50    
  13.  
  14. In article <4dtvu4$da0@dub-news-svc-1.compuserve.com>, <102627.3053@compuserve.com> writes...
  15. >Can anyone tell me why my  compiler is not recognizing   int main (void)
  16. What do you mean by this??
  17.  
  18. >or produces an error message at  #include <stdio> as well as printf and 
  19. this should be #include <stdio.h>
  20.  
  21. >scanf. I admit this is my initial install and I'm sure its something very basic
  22.  
  23. Quite possibly you have to set up the paths to include files and libraries
  24. somewhere - either as environment variables, or, for an IDE based compiler,
  25. somewhere in the IDE.  Look in your compiler documentation for something about
  26. directories, search paths, etc.
  27.  
  28. A _little_ detail on the compiler and operating system you are using would help
  29. us greatly in providing more detailed advice.
  30.  
  31. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  32. Internet: bennett@triumf.ca         | of one another only when one can be
  33. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  34. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  35. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  36.  
  37.  
  38.  
  39.  
  40.